From ca83cb46648090f0ba7ce05be9ffa01bb2811951 Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Tue, 27 Dec 2022 21:32:58 +0100 Subject: Hot fix: eeprom dbm value (#70) --- _ont/ont-huawei-ma5671a.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ont/ont-huawei-ma5671a.md b/_ont/ont-huawei-ma5671a.md index b7d97c1..4d53328 100644 --- a/_ont/ont-huawei-ma5671a.md +++ b/_ont/ont-huawei-ma5671a.md @@ -173,9 +173,9 @@ The Huawei MA5671A stores the content of the emulated EEPROM in U-Boot env varia | 18-19 | 2 | Bias Low Alarm | `0x00 0x00` (0mA) | | | 20-21 | 2 | Bias High Warning | `0x88 0xB8` (70mA) | | | 22-23 | 2 | Bias Low Warning | `0x00 0x00` (0mA) | | -| 24-25 | 2 | TX Power High Alarm | `0x9B 0x82` (36dBm) | Value expressed in watts subunits | +| 24-25 | 2 | TX Power High Alarm | `0x9B 0x82` (6dBm) | Value expressed in watts subunits | | 26-27 | 2 | TX Power Low Alarm | `0x22 0xD0` (-1dBm) | Value expressed in watts subunits | -| 28-29 | 2 | TX Power High Warning | `0x7B 0x86` (34dBm) | Value expressed in watts subunits | +| 28-29 | 2 | TX Power High Warning | `0x7B 0x86` (5dBm) | Value expressed in watts subunits | | 30-31 | 2 | TX Power Low Warning | `0x2B 0xD4` (0dBm) | Value expressed in watts subunits | | 32-33 | 2 | RX Power High Alarm | `0x09 0xCF` (-6dBm) | Value expressed in watts subunits | | 34-35 | 2 | RX Power Low Alarm | `0x00 0x0D` (-29dBm) | Value expressed in watts subunits | -- cgit v1.2.3